object SettingsDlg: TSettingsDlg Left = 192 Top = 107 AutoSize = True BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle BorderWidth = 3 Caption = 'Settings' ClientHeight = 249 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object lng_frm: TGroupBox Left = 0 Top = 0 Width = 329 Height = 217 Caption = 'Language' TabOrder = 0 object LanguageChoice1: TLanguageChoice Left = 8 Top = 16 Width = 313 Height = 185 TabStop = False LanguageList = main.Langue BevelInner = bvNone BevelOuter = bvNone TabOrder = 0 end end object ok_btn: TButton Left = 123 Top = 224 Width = 84 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end end